home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / VBSamples / DirectShow / Editing / SlideShowVB / readme.txt < prev    next >
Encoding:
Text File  |  2001-10-10  |  1.9 KB  |  53 lines

  1. DirectShow Sample -- SlideShow
  2. ------------------------------
  3.  
  4. Description
  5.  
  6. Microsoft Visual Basic application that creates a slide show from a series 
  7. of video clips or image files.
  8.  
  9.  
  10. User's Guide
  11.  
  12. This sample application demonstrates the following tasks:
  13.  
  14. - Using the MediaDet object to obtain a poster frame from a source clip. 
  15. - Saving a timeline as an XTL file. 
  16. - Writing a timeline to an AVI file. 
  17. - Loading media clips. 
  18.  
  19. To use this application, do the following:
  20.  
  21. - Drag video files or image files from Windows Explorer to the cells in the
  22.     application window, starting from the cell in the upper-left corner.
  23.  
  24. - Enter the length of time that each clip should play, in seconds. 
  25.  
  26. - Select a transition, using the combo box. The transitions have a 
  27.     fixed two-second duration. 
  28.  
  29. - To preview the slide show, click Play. 
  30.  
  31. - To save the slide show as an XTL project, click Write XTL.  You can then
  32.     play your new XTL file using the XTLTest, XTLTest VB, and DexterVB 
  33.     sample applications.
  34.  
  35. - To save the slide show as an AVI file, click Write AVI. 
  36.  
  37. For more information about this sample, see the SlideShowVB.DOC documentation
  38. in the resources\doc subdirectory.  This documentation contains screenshots
  39. that demonstrate how to create a simple slideshow.
  40.  
  41.  
  42. NOTE: The list of transitions is hard-coded into the application; consequently,
  43. some of the transitions in the combo box may not be present on your development
  44. machine.  If you select a transition that is not installed on your machine,
  45. then the default "Slide" transition will be used instead.
  46.  
  47. The DirectX Media 6 SDK includes several third-party transitions in the form
  48. of DirectX Transforms.  To enable these transitions, you can install the 
  49. DirectX Media 6 SDK, which is available only on the DirectX 7.0a CD-ROM.  
  50. You can order this CD-ROM by following the "DirectX 7.0a SDK CD-ROM" link on 
  51. http://www.microsoft.com/directx/dxmedia.
  52.  
  53.